home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 12
/
CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso
/
Index
< prev
next >
Wrap
Text File
|
1997-04-24
|
458b
|
21 lines
; Searches the CD.index file for a specified string
Version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run SearchIndex"
quit
endif
:C/FlashFind :CUCD.index `:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"` >RAM:CUCDindex
Version >NIL: version 39
if WARN
AmigaGuide RAM:CUCDindex
else
MultiView RAM:CUCDindex
endif
delete >NIL: RAM:CUCDindex